hip.util.time

Undocumented in source.

Members

Classes

HipTime
class HipTime
Undocumented in source.

Functions

QueryPerformanceCounter
BOOL QueryPerformanceCounter(LARGE_INTEGER* lpPerformanceCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QueryPerformanceFrequency
BOOL QueryPerformanceFrequency(LARGE_INTEGER* lpPerformanceCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
clock_gettime
int clock_gettime(int clock_id, timespec* tm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getSystemTime
ulong getSystemTime()
Undocumented in source. Be warned that the author may not have intended to support it.
monotimeNow
size_t monotimeNow()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
msecs
float msecs(float v)
Undocumented in source. Be warned that the author may not have intended to support it.
nsecs
float nsecs(float v)
Undocumented in source. Be warned that the author may not have intended to support it.
seconds
float seconds(float v)
Undocumented in source. Be warned that the author may not have intended to support it.
usecs
float usecs(float v)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

CLOCK_MONOTONIC
enum CLOCK_MONOTONIC;
Undocumented in source.

Structs

timespec
struct timespec
Undocumented in source.

Meta